@using jQWidgets.AspNetCore.Mvc.TagHelpers; @model IEnumerable @{ ViewData["Title"] = "ASP .NET MVC Pie Chart Example"; Padding padding = new Padding() { Left = 5, Top = 5, Right = 5, Bottom = 5 }; Padding titlePadding = new Padding() { Left = 0, Top = 0, Right = 0, Bottom = 10 }; Rectangle legendPosition = new Rectangle() { Left = 520, Top = 140, Width = 100, Height = 100 }; FormatSettings formatSettings = new FormatSettings() { Sufix = "%", DecimalPlaces = 1 }; }
ASP .NET MVC Chart Example